home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 141
/
(Vol 141) Oct 17 2011.iso
/
Games
/
green-moon-lab.swf
/
scripts
/
DefineButton2_314
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-10-17
|
331 b
|
20 lines
on(release){
this.CC = 0;
if(_root.savefile.data.challenge1 >= 40)
{
this.CC += 1;
}
if(_root.savefile.data.challenge2 <= 35)
{
this.CC += 1;
}
if(_root.savefile.data.challenge3 >= 25)
{
this.CC += 1;
}
if(this.CC == 3)
{
_root.gotoAndStop(49);
}
}